home *** CD-ROM | disk | FTP | other *** search
- # This is a comment line
- # Line starts with ! is a command line
-
- # !!! Warning : The effects of commands are ACCUMULATED.
-
- # This file contains all commands known by DISPLAY.
- # This file is for documentation. Copy it to another file and use that file
- # to generate conatc sheet.
-
- # this is identifier
- batch_contact_sheet
-
- # all lines between !neglect_begin and !neglect_end are ignored, including
- # command lines and image file names.
- # a !neglect_end without the corresponding !neglect_begin is ignored.
- #!neglect_begin
- #!neglect_end
-
- # contact sheet size. Default is in config.dis
- #!sheet_width 800
- #!sheet_height 600
-
- # method. choose one. Default is in config.dis
- #!variable_box_size
- #!fixed_box_size
-
- # for fixed_box_size method. Default is in config.dis
- #!box_width 80
- #!box_height 80
-
- # Pack as many boxes as possible in single sheet. For fixed_box_size method.
- # Default is no. 'max_pack' overrides 'number_image'.
- # Useful for wild card file name.
- #!max_pack
- #!no_max_pack
-
- # Default number of images in single sheet. Default is none, that is,
- # sheet is generated only when 'generate' appears. 0 = none.
- # Useful for wild card file name.
- #!number_image 0
-
- # Try to produce contact sheet every threshold_number images. Works for
- # 'max_pack' and 'number_image' only. 0 = none. Default is none.
- # useful for wild card file name. Use less memory.
- #!threshold_number 0
-
- # string options: choose one. Default is name_dimension.
- #!name_dimension
- #!user_input
-
- # output format (standard extension). Default is JPG.
- #!format jpg
- # output color type : bw, grey, color, true. Default is true(truecolor).
- #!color_type true
-
- # choose exact file name or template. Default is exact file name.
-
- # exact output file name. max 8 chars. Default is "contact"
- #!output_file contact
-
- # output file template. generates sheet001, sheet002, sheet003 ...
- # max 7 chars. Default is "contact"
- #!output_template sheet
- # Default is 1
- #!template_counter_start 1
-
- # input/output directory. Default is current dir
- #!input_dir
- #!output_dir
-
- # contact sheet title (up to 49 chars). Default is in config.dis.
- #!title This is contact sheet title
-
- # input image files.
- # If file name contains path(e.g. c:/image/aaaa.gif or ../bbbb.jpg), it is
- # used as is, that is, 'input_dir' is ignored. Otherwise 'input_dir' is
- # assumed.
- # If you start 'batch contact sheet' from within DISPLAY, you can use
- # '!use_tagged' command to add the tagged files to file list. It is useless
- # for command-line batch contact sheet making.
- # Wild card is allowed. See MATCH.DOC for the wild card match.
- # Notes:
- # don't use '\' in wild card, though it is allowed in filename mask.
- # wild card files are sorted by file name.
- # DISPLAY completes each wild card processing before making contact sheet.
- # So if you use wild card, be sure that you have enough memory.
-
- #!use_tagged
- a:/image/aaaa.gif
- ../bbbb.jpg
- cccc.bmp
- dddd.rle
- *.gif
- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- # you can write 2 'user input' strings here. Each up to 49 chars.
- # Please read NEW-FAQ for more information.
-
- # generate contact sheet or ignore above images
- # 'genrate' and 'ignore' advance the template counter.
- !generate
- #!ignore
-
- # you can change any command and generate another contact sheet.
-
- !input_dir c:/qqq/rrr
-
- eeee.gif
- ffff.gif
- hhhh.gif
- yyyy.gif
-
- # generate 2nd contact sheet
- !generate
-